﻿/* Use this CSS-file to override any styles set by system-default Orlaprisen - Kategori */

/*Primær: #ae2a38*/
/*Sekundær: #ae2a38*/

@font-face {
    font-family: 'sniffmedium';
    src: url('type--tones_-_sniff-medium-webfont.woff2') format('woff2'),
         url('type--tones_-_sniff-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "avenir-next-lt-pro", sans-serif;
	font-weight: 400;
	font-style: normal;
    background: #fff;
    padding-top: 53px;
	background-image: url(elements/background/Blue.jpg);
	background-repeat:repeat-y;
	background-position: center top;	
	background-size: cover;
	margin-bottom: 300px;
}

body.customize-page {
	background: #fff !important;
	background-image: url(elements/background/Blue.jpg) !important;
	background-repeat: repeat-y;
	background-position: center top;	
	background-size: cover;
	margin-bottom: 260px;
	
}

@media only screen and (max-width: 480px) {
    body {
	background-image: url(none);
		background-color: #fff;
		margin-bottom: 300px;
    }
}
@media only screen and (max-width: 480px) {
    body.customize-page {
	background-image: url(none);
	background-color: #fff;
	margin-bottom: 290px;	
    }
}

@media only screen and (max-width: 480px) {
   .navbar-nav {
	margin-top: 20px;
    margin-left: 0px;
	margin-right: 0px;
    }
}


body.customize-page .section-customize {
    position: relative;
    z-index: 1;
	padding-bottom: 95px;
}

body.customize-page .section-webshop {
    position: relative;
    z-index: 1;
	padding-bottom: 95px;
}

.section {
    padding: 0% 0 0;
    margin-bottom: 0px;
	border-top: 1px solid #dcdcdc;
	padding-top: 30px;
}


.content {
	/*margin-top: -3px !important;*/
	margin-top: 3% !important;
}

/*.cart-other {
    display: none;
}*/

h1,h2,h3 {
	font-family: "avenir-next-lt-pro", sans-serif;
	font-weight: 800;
	font-style: normal;
	margin: 0px;
}

label {
	font-family: "avenir-next-lt-pro", sans-serif;
	font-weight: 800;
	font-style: normal;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-size: 14px;
}
.checkbox label, .radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
    width: 100%;
}
.alert-info {
    color: #0F0F0F;
    background-color: #E5F6FD;
    border-color: #E5F6FD;
	display: none;
}

.navbar-right .dropdown-menu {
    right: 0;
    left: auto;
    top: 40px !important;
}

.identhidden {
    display: none;
}

#ctl00_MC_PH_pnl_DelAdrIsInvAdr  {
    display: block;
}
#ctl00_MC_PH_pnl_InvAdrIsDelAdr  {
    display: none;
}


/*Hovednyhed for produktsider*/
.breakingnewscontent
 {
    border-left: 4px solid #ae2a38;
    padding-left: 12px;
}

/*Speciel*/
.prodsort {
    display: none !important;
}
#ctl00_MC_PH_lblR_CNo,
#ctl00_MC_PH_TBR_CNo {
    display: none !important;
}


/*Selvregistrering*/
#ctl00_TB_RegLastname {
    width: 119px;
}
#ctl00_TB_RegFirstname {
    width: 140px;
}


/*Loginbox*/
.form-control {
	font-family: "avenir-next-lt-pro", sans-serif;
	font-weight: 400;
	font-style: normal;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #0F0F0F;
    background-color: #fff;
    background-image: none;
    border: 1px solid #b3b3b3;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


/*#auth {
	margin-top: 18%;
	display: none;
}*/

#li_profile {
    padding-top: 0% !important;
}
@media only screen and (max-width: 1500px) {
    #li_profile {
		padding-top: 0% !important;
    	padding-left: 160%;
    	width: 300%;
    }
}

.navbar .navbar-nav {
    margin-right: 0;
    padding-top: 4%;
	height: 100px;
}
.navbar {
	background: #fff;
    border: transparent;
    border-bottom: 0px solid #dcdcdc;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.0);
	height: 10%; /*Ekstra højde i header*/
}
@media only screen and (max-width: 480px) {
    .navbar {
	background-size: cover;
	height: 13%;
    }
}

.navbar .container {
    position: relative;
    background: transparent;
	padding: 0px;
}

@media only screen and (max-width: 480px) {
    #ctl00_pnl_NavBarOptions {
		height: 70px;
    	margin-top: 13%;
		border-top:0px;
    }
}

/*Loginbox*/
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #0F0F0F;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
/*.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
    margin-bottom: 0px;
	margin-top: 0px;
}*/

.checkbox div label {
    padding-left: 0;
    font-size: 14px;
}

.login-page .panel-login {
    border: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.0);
    background-color: rgba(255,255,255,0.0);
}

.panel-login .nav { /*Top af loginbox*/
	font-family: "avenir-next-lt-pro", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
    background: transparent;
    border-radius: 0px 0px 0 0;
    overflow: hidden;
	display: none;
}
	.panel-login .nav > li:last-child > a {
		font-family: "avenir-next-lt-pro", sans-serif;
		font-weight: 400;
		font-style: normal;
    	border-left: 1px solid #b3b3b3 !important;
		border-right: 1px solid #b3b3b3 !important;
		border-top: 1px solid #b3b3b3 !important;
		border-bottom: 0px solid #b3b3b3 !important;
		border-radius: 0px !important;
    	background-color: #fff;
		color: #0F0F0F;
		text-transform: uppercase;
		text-align: center;
		padding-left: 17px;
	}

.panel-heading {
    color: #fff;
    background-color: #ae2a38;
    border-color: #ae2a38;
	border-radius: 0px !important;
}

/*Link*/
a {
    color: #0F0F0F;
	text-decoration: none;
}
a:visited {
    color: #0F0F0F;
	text-decoration: none;	
}
a:hover {
    color: #ae2a38;
	text-decoration: none;	
}
.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d";
    color: #0F0F0F;
}

.catfooter a:link {
	text-decoration: underline;
}
.catfooter a:visited {
	text-decoration: underline;
}
.catfooter a:hover {
	text-decoration: none;
}


.cart-terms a:link {
	text-decoration: underline;
}
.cart-terms a:visited {
	text-decoration: underline;
}
.cart-terms a:hover {
	text-decoration: none;
}

.modal.in .modal-dialog a:link {
	text-decoration: underline;
}
.modal.in .modal-dialog a:visited {
	text-decoration: underline;
}
.modal.in .modal-dialog a:hover {
	text-decoration: none;
}

.modal-dialog #ctl00_MC_PH_pnl_ChangePWResult a:link {
	text-decoration: none !important;
}
.modal-dialog #ctl00_MC_PH_pnl_ChangePWResult a:visited {
	text-decoration: none !important;
}
.modal-dialog #ctl00_MC_PH_pnl_ChangePWResult a:hover {
	text-decoration: none !important;
}

.panel-footer a:link {
	text-decoration: none !important;
}
.panel-footer a:visited {
	text-decoration: none !important;
}
.panel-footer a:hover {
	text-decoration: none;
}

.modal-files-item .dropdown .btn:hover {
    color: #fff;
}
.modal-files-item .dropdown .btn {
      position: relative;
      right: -1px;
      top: -1px;
      border-radius: 0 3px 0 3px;
      color: #eee; }
.modal .panel-heading .btn-right {
    float: right;
    margin: -8px 0;
    margin-left: 10px;
    color: #fff !important;
}
.modal .panel {
    border: 0;
    margin-top: 10%;
}


/*Logo*/
.navbar-brand .logo {
    height: 90px;
    margin-top: 8%;
    left: 0;
}

@media only screen and (max-width: 480px) {
    .navbar-brand .logo {
	height: 41px;
    margin-top: 30px;
    margin-left: 17px;
    }
}

/*Left logo*/
/*.navbar-brand {
width: 100% !important;
margin-left: 0px !important;
}
.navbar-header {
margin: 0 auto;
float: none !important;
}*/


/*Category newsboks*/
.catnews {
    margin-bottom: 0px;
	text-align: center;
}


/*Menu Top*/
.navbar-nav>li {
    text-align: left;
    padding-top: 0% !important;
}
    .navbar .navbar-nav > li > a.navbar-nav-cart {
    background: transparent !important;
    font-size: 16px;
    color: #333;
    font-weight: 400;
	font-style: normal;
    border-left: 0px solid #fff;
    border-right: 0px solid #fff;
    font-family: "avenir-next-lt-pro", sans-serif;
    padding-top: 0%; /*Ekstra højde i header*/
	height: 100px; /*Ekstra højde i header*/
}

@media only screen and (max-width: 480px) {
    .navbar .navbar-nav > li > a.navbar-nav-cart {
	padding-top: 10px;
	background: transparent;
	height: auto;
    }
}

      .navbar .navbar-nav > li > a.navbar-nav-cart:hover,
      .navbar .navbar-nav > li > a.navbar-nav-cart:focus {
        background: transparent;
		color: #333 !important;
}
      .navbar .navbar-nav > li > a i {
      margin-right: 5px;
}
.navbar .navbar-nav > .open > a, .navbar .navbar-nav > .open > a:focus
 > .open > a:hover {
    color: #333 !important;
    background: #fff !important;
}
  .navbar .navbar-nav > li > a {
    font-size: 14px;
	font-family: "avenir-next-lt-pro", sans-serif;
	font-weight: 400;
	font-style: normal;
    color: #333;
    transition: all 0.3s ease;
	  padding-top: 0%; /*Ekstra højde i header*/
}

@media only screen and (max-width: 480px) {
    .navbar .navbar-nav > li > a {
	padding-top: 5px;
		color: #0F0F0F;
    }
}

  .navbar .navbar-nav > li > a:hover {
    background: transparent;
    color: #333 !important;
}
.navbar .navbar-nav > .active > a {
    color: #333;
    background: transparent !important;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: transparent;
}

.navbar-default .navbar-toggle:hover {
    background-color: transparent;
}
.navbar-right {
    float: right!important;
    /*margin-right: 30px !important;*/
}


.panel {
    margin-bottom: 31px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0px;
    -webkit-box-shadow: 0 0px 0px rgb(0 0 0 / 5%);
    box-shadow: 0 0px 0px rgb(0 0 0 / 5%);
}


/*Kategori dropdown*/
@media only screen and (max-width: 480px) {
    #ctl00_htmlLI_CatMenu {
		display: none;
    }
}

.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link { /*Kategori menu*/
    color: #fff;
}
.k-menu .k-item, .k-menu.k-header {
    border-color: #ae2a38;
	border-radius: 0px !important;
}
.k-state-active {
    color: #fff !important;
    background: #ae2a38 !important;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(99, 99, 99);
}

.k-state-hover { color: white !important;
    background: #dcdcdc !important;
}

#impleomenu-cat {
	font-family: "avenir-next-lt-pro", sans-serif;
	font-weight: 400;
	font-style: normal;
    font-size: 14px;
    color: #fff;
    transition: all 0.3s ease;
    background-color: transparent;
    border-width: 0;
    border-radius: 0px;
}

#impleomenu-cat > li > .k-link {
    font-family: "avenir-next-lt-pro", sans-serif;
	font-weight: 400;
	font-style: normal;
	padding-top: 9px; /*Ekstra højde på menu*/
    border: 0;
	font-size: 14px;
    padding-bottom: 15px;
    line-height: 20px;
    background-color: #fff;
	color: #0F0F0F;
	height: 0px; /*Ekstra højde på menu*/	
}

#impleomenu-cat > li > div > ul > li > a.k-link {
    background-color: transparent!important; 
	color: #ae2a38 !important;
    transition: all 0.3s ease; 
}
#impleomenu-cat > li > div > ul > li.k-state-hover > a.k-link:hover {
    color: #ae2a38;
}
.k-menu .k-menu-group .k-item>.k-link {
    padding: .28em 1.8em .38em .9em;
    color: #0F0F0F;
}

.k-animation-container .k-link {
    /*background-color: transparent !important; */
    color: #0F0F0F;
    transition: all 0.3s ease;
}
.k-animation-container .k-link:hover {
    color: #0F0F0F;
}
.k-animation-container li.k-state-border-down {
        background-color: #dcdcdc;
}
.k-animation-container li {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #fff;
}

/*Menu Top mobile*/
/*.navbar-default .navbar-collapse, .navbar-default .navbar-form {
   	border-color: #e7e7e7;
   	padding-left: 140px;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
   	background-color: transparent;
}*/

/*Breadcrumb*/
.section-breadcrumbs a {
	font-family: "avenir-next-lt-pro", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #0F0F0F !important;
    float: left;
    position: relative;
    padding: 0 20px;
    text-decoration: none !important;
	text-transform: uppercase;
	font-size: 13px;
}
.section-breadcrumbs {
	font-family: "avenir-next-lt-pro", sans-serif;
	font-weight: 400;
	font-style: normal;
    background: #fff;
    padding: 0;
    border-bottom: 1px solid #dcdcdc;
	border-top: 1px solid #dcdcdc;
    line-height: 40px;
	margin-bottom: 0px;
	margin-top: 0px;
	text-transform: uppercase;
}
.section-breadcrumbs a:after {
    border-left-color: #ae2a38;
	display: none;
}
.section-breadcrumbs a:before {
    border-left-color: #ddd;
    right: -20px;
	display: none;
}
.section-breadcrumbs a.active {
    color: #333;
    /*display: none;*/
}

.section-products {
    background: transparent;
    border-bottom: 0px solid #ddd;
}
.section-products .container {
    background: #fff !important;
    margin-top: 0px;
    padding-top: 21px;
    padding-bottom: 0px;
    font-family: "avenir-next-lt-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    border: 1px solid #e8e8e8;
	border-radius: 5px;
}

.section.section-profile .container {
	background: #fff !important;
	margin-top: -18px;
	padding-top: 30px;
	padding-bottom: 20px;
	font-family: "avenir-next-lt-pro", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.section.section-customize .container {
	background: #fff !important;
	margin-top: 0px;
	padding-top: 30px;
	padding-bottom: 20px;
	font-family: "avenir-next-lt-pro", sans-serif;
	font-weight: 400;
	font-style: normal;
}
@media only screen and (max-width: 480px) {
    .section.section-customize .container {
	padding-top:0px;
    }
}

.section.section-webshop .container {
	background: #fff !important;
	margin-top: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: "avenir-next-lt-pro", sans-serif;
	font-weight: 400;
	font-style: normal;
}

/*.section .container {
	background: #fff !important;
	margin-top: 20px;
	padding-top: 30px;
	padding-bottom: 20px;
	font-family: "avenir-next-lt-pro", sans-serif;
	font-weight: 400;
	font-style: normal;
}*/


/*Knap*/
.btn-primary {
    background: #ae2a38;
	border: 2px solid #ae2a38;
	font-size: 12px;
	border-radius: 45px !important;
	color: #fff;
}

.btn-primary:visited {
    background: #ae2a38;
	border: 2px solid #ae2a38;
	font-size: 12px;
	border-radius: 45px !important;
	color: #fff;
}
  
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active {
    background: #ae2a38;
	font-size: 12px;
	border: 2px solid #ae2a38;
	border-radius: 45px !important;
	color: #fff;
}

.panel-login .btn-login {
    float: right;
	width: 267px;
}
#ctl00_LB_RegisterUser {
    width: 267px;
}

.dropdown-menu-cart .btn-checkout {
    display: block;
    border-radius: 0px !important;
    line-height: 25px;
}

.cart .btn-buy {
    display: block;
    margin: -1px;
    border-radius: 45px;
    font-size: 13px;
    line-height: 30px;
   	font-family: "avenir-next-lt-pro", sans-serif;
	font-weight: 800;
	font-style: normal;
	background: #ae2a38 !important;
	border: 2px solid #ae2a38 !important;
	color: #fff;
	margin-top: 15px;
}

.cart .btn-buy:hover {
	font-family: "avenir-next-lt-pro", sans-serif;
	font-weight: 800;
	font-style: normal;
    display: block;
    margin: -1px;
    border-radius: 45px;
    font-size: 13px;
    line-height: 30px;
	background: #ae2a38 !important;
	border: 2px solid #ae2a38 !important;
	color: #fff;
	margin-top: 15px;
}

#ctl00_MC_PH_pnl_CartTotalVAT {
    background: #fff !important;
}
#ctl00_MC_PH_pnl_CartTotal {
    background: #eee !important;
}


.btn-default {
    background: #ae2a38;
	border: 2px solid #ae2a38;
	font-size: 12px;
	border-radius: 45px !important;
	color: #fff;
}

.btn-default:visited {
    background: #ae2a38;
	border: 2px solid #ae2a38;
	font-size: 12px;
	border-radius: 45px !important;
	color: #fff;
}
  
.btn-default:hover,
.btn-default:focus,
.btn-default.active {
    background: #ae2a38;
	font-size: 12px;
	border: 2px solid #ae2a38;
	border-radius: 45px !important;
	color: #fff;
}

/*LUK knappen i modal fjernet*/
/*.modal-addedtocart-buttons button.btn.btn-default {
display: none !important;
}*/

.btn-success {
    background: #ae2a38;
	border: 0px solid #ae2a38;
	font-size: 12px;
	border-radius: 45px !important;
	color: #fff;
}

.btn-success:visited {
    background: #ae2a38;
	border: 0px solid #ae2a38;
	font-size: 12px;
	border-radius: 45px !important;
	color: #fff;
}
  
.btn-success:hover,
.btn-success:focus,
.btn-success.active {
    background: #ae2a38;
	font-size: 12px;
	border: 0px solid #ae2a38;
	border-radius: 45px !important;
	color: #fff;
}

.panel-options .btn-success:hover,
.panel-options .btn-success:focus,
.panel-options .btn-success.active {
    background: #ae2a38;
	font-size: 12px;
	border: 0px solid #ae2a38;
	border-radius: 45px !important;
	color: #fff;
}

.btn-feedback {
	font-family: "avenir-next-lt-pro", sans-serif;
	font-style: normal;
	font-size: 14px !important;
    border-radius: 45px;
    background: #ae2a38;
    border-color: #000;
	color: #fff !important;
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: 48px;
    z-index: 9;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transform-origin: 100% 0;
	letter-spacing: 2px;
}

@media only screen and (max-width: 480px) {
    .btn-feedback {
	display: none;
    }
}

.btn-feedback:hover,
.btn-feedback:focus,
.btn-feedback.active {
	font-family: "avenir-next-lt-pro", sans-serif;
	font-style: normal;
	font-size: 14px !important;
	background: #ae2a38;
    border-color: #ae2a38;
	border-radius: 45px !important;	
	color: #fff;
	letter-spacing: 2px;
}
.btn-link {
    color: #0F0F0F;
    text-decoration: none !important;
}

.cart .btn-buy2 {
    margin: 0px;
    font-size: 14px !important;
    line-height: 40px;
    font-weight: normal;
	border-radius: 45px !important;
    width: 50%;
}

#ctl00_MC_PH_pnl_CartBtn {
    margin: 12px !important;
}

@media only screen and (max-width: 480px) {
    .cart .btn-buy2 {
	width: 100%;
    }
}

.cart .btn-continue {
    margin: 0px;
    font-size: 14px !important;
    line-height: 40px;
	width: 49%;
	background: #ae2a38;
	border: 2px solid #ae2a38;
	border-radius: 45px !important;
}

@media only screen and (max-width: 480px) {
    .cart .btn-continue {
	display: none;
    }
}

/*#ctl00_ctl00_MC_PH_LB_ConfirmCartPanel {
    display: none !important;
}*/

#ctl00_MC_PH_pnl_DiscountCode .input-group .form-control:first-child {
    border-radius: 45px !important;
}


/*Dropdown*/
.dropdown-menu {
  padding: 0; }
  .dropdown-menu > li:not(:last-child) {
    border-bottom: 1px solid #ddd; }
  .dropdown-menu > li > a {
    color: #0F0F0F;
    font-family: "avenir-next-lt-pro", sans-serif;
	font-weight: 800;
	font-style: normal;
    padding: 10px 15px !important; }
    .dropdown-menu > li > a i {
      margin-right: 8px; }
  .dropdown-menu > li:first-child > a {
    border-radius: 4px 4px 0 0; }
  .dropdown-menu > li:last-child > a {
    border-radius: 0 0 4px 4px; }
  .dropdown-menu-cart {
    min-width: 280px; }

.RadComboBox_Bootstrap .rcbInner {
    border-radius: 0px !important;
}


/*Kategori / Produkt top med billede*/
.jumbotron {
  padding: 0;
  margin: 0;
  color: white;
  text-align: center; }

.jumbotron h1 {
    color: #fff !important;
    padding-top: 67px;
    font-family: "avenir-next-lt-pro", sans-serif;
	font-weight: 400;
	font-style: normal;
    text-transform: uppercase;
    font-size: 20px !important;
    letter-spacing: 17px;
}

  .jumbotron-inner {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    padding: 110px;
    margin-top: -54px;
	display: none;
	}

@media only screen and (max-width: 480px) {
    .jumbotron-inner {
	height: 200px;
	display: none;
    }
}

  .jumbotron-success .jumbotron-inner {
      background-color: rgba(0, 0, 0, 0); }
  .jumbotron-heading {
    margin: 0;
    font-size: 34px !important;
    line-height: 34px;
    font-weight: 300;
    float: left; }
    .jumbotron-heading.text-center {
      float: none; }
  .jumbotron-home .jumbotron-inner {
    padding: 250px 0; }
  .jumbotron-home .jumbotron-heading {
    margin: 0 0 40px;
    font-size: 40px !important;
    float: none;
    text-align: center; }
  .jumbotron-home .jumbotron-search {
    max-width: 500px;
    margin: 0 auto;
    float: none; }
  @media (max-width: 767px) {
    .jumbotron-contentpage .jumbotron-heading {
      float: none;
      margin-bottom: 15px; }
    .jumbotron-contentpage .jumbotron-search {
      float: none;
      margin: 0 auto; } }



.jumbotron-search {
    position: relative;
    float: right;
    max-width: 300px;
	display: none;
}

#ctl00_li_search {
    display: none;
}
@media only screen and (max-width: 480px) {
    #navbarSearchShowMobile {
	display: none;
    }
	
}


/*Kategori*/
.panel-body {
    padding: 15px;
    margin-top: 20px;
}
@media only screen and (max-width: 480px) {
    .panel-body {
	padding-top:0px;
	margin-top: 0px;
    }
}

.panel-product-heading {
    font-family: "avenir-next-lt-pro", sans-serif;
    font-weight: 800;
    font-style: normal;
    text-align: center;
    font-size: 16px;
    line-height: 21px;
    height: 78px;
    overflow: hidden;
    margin: 0 0 5px;
    color: #0F0F0F;
    background: transparent;
    border-top: 0px solid #d5d7d9;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 8px;
    margin-top: 68px;
    margin-bottom: 60px;
}

.panel-product-heading:visited {
	text-decoration: none;
}

.panel-product-heading:hover {
	text-decoration: none;
}
.panel-product-image {
    margin: 0 auto;
    height: auto;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    background-color: transparent;
	width: 70%;
	margin-top: 25px;
	max-width: 234px;
	border: 0px solid #d5d7d9;
	display: none;
}
.panel-product:hover .panel-product-image {
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	border: 0px;
	background: transparent;
	/*box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);*/
    box-shadow: none;
	z-index: 50;
	position: relative;
}

.panel-product {
    transition: all 0.3s ease;
    border-color: #fafafa;
    box-shadow: none;
    text-decoration: none !important;
    height: 170px;
    overflow: visible;
    display: block;
    background-color: transparent;
    border-radius: 0px;
}
	@media only screen and (max-width: 480px) {
    	.panel-product {
			height: 335px;
    	}
	}
.panel-product .panel-body {
    padding: 0;
    background: rgba(29,108,98,0.10);
    border: 0px solid #eee;
	border-radius: 0px !important;
	margin-top:0px;
}

.panel-product-text {
    font-family: "avenir-next-lt-pro", sans-serif;
	font-weight: 400;
	font-style: normal;
    font-size: 13px;
    color: #0F0F0F;
    text-align: center;
    line-height: 17px;
    max-height: 40px;
    min-height: 40px;
    overflow: hidden;
    background: transparent;
	display: none;
}

/*.panel-product .prodlink {
	overflow: hidden;
}*/
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    color: #0F0F0F;
}

/*Webshop*/
.panel-default>.panel-heading {
    color: #0F0F0F;
    background-color: #fff;
	border-radius: 0px !important;
    border-color: #ddd;
}
.input-group-btn:last-child>.btn {
    z-index: 2;
    margin-left: 15px !important;
}

.webshop-product-title {
    /*font-family: "avenir-next-lt-pro", sans-serif;*/
	/*font-weight: 400;*/
	font-family: 'sniffmedium';
	font-style: normal;
    padding: 5px 0;
    margin: 0 0 5px;
    font-size: 18px;
    color: #0F0F0F;
}
div.webshop-product-description a {
	text-decoration: underline !important;
}
div.webshop-product-description a:visited {
	text-decoration: underline !important;
}
div.webshop-product-description a:hover {
	text-decoration: none !important;
}
.section-products-description {
    margin: -10px 0 20px;
    display: none;
}
.webshop-footer-fixed {
    position: sticky;
    position: -webkit-sticky;
    bottom: 0;
    left: 0;
    right: 0;
    background: transparent;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    z-index: 11;
    border-top: 0px solid #d5d7d9;
}

.multibuy .webshop-product-selected {
    background-color: #fff;
}
.multibuy .webshop-product:hover {
    background-color: #fff;
}
.webshop-product-image img {
    width: 70px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 1;
    border: 1px solid #d5d7d9;
	background: #fff;
}
.webshop-product-image img:hover {
   -moz-transform: scale(2);
   -o-transform: scale(2);
   -ms-transform: scale(2);
   -webkit-transform: scale(2);
   transform: scale(2);
   z-index: 50;
   position: relative;
   border: 0px;
   background: transparent;
   box-shadow: none;
}


/*input[type=checkbox][disabled] {
    cursor: not-allowed;
    display: none;
}*/

.webshop-product-menu .dropdown {
	display: none;
}

/*Kolonne Relateret*/
.col-sm-3 {
    width: 25%;
}
.col-sm-4.col-md-2 {
    width: 33.3333%;
}
.col-sm-3.col-md-2 {
    width: 33.3333%;
}

@media only screen and (max-width: 480px) {
    .col-sm-3 {
        width: 100%;
    }
}


/*Ikoner*/
.fa-copy:before {
    content: "\f0c5";
	display: none;
}
.panel-preview-buttons {
    float: right;
	margin-bottom: 25px;
	/*color: #fff;
    padding: 10px;
    background-color: #041F32;*/
}
.fa-refresh:before {
    content: "\f021";
    color: #0F0F0F;
}

#helpText .fa-refresh:before {
    padding: 2px;
}

.fa-question-circle:before {
    content: "\f05a";
}
.fa-ellipsis-v:before {
    content: "\f142";
    color: #0F0F0F;
}
.panel-preview-buttons .fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9";
	color: #fff;
    padding: 10px;
    background-color: #041F32;
}

#helpText .fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9";
	color: #0F0F0F !important;
    padding: 2px;
    background-color: transparent;
}

@media only screen and (max-width: 480px) {
    .navbar .navbar-toggle .fa-bars:before {
	content: "\f07a";
	color: #fff !important;
    padding: 2px;
    background-color: transparent;
    }
}

.fa-lock:before {
    content: none;
	/*content: "\f023";*/
}

.alert-info .fa-times:before {
    content: "\f00d" !important;
    color: red !important;
}


.cart-title .fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f1f8" !important;
    color: red !important;
}

.modal .panel .btn-modal-close .fa-times:before {
    content: "\f00d" !important;
    color: #fff !important;
}

.panel-preview-description {
    font-size: 12px;
	font-weight:400;
}
.panel-preview-description .text-muted {
    /*display: none;*/
}
.productdescription {
    font-size: 14px;
    font-weight: 800;
}


/*Priser*/
.webshop-product-price {
    color: #333;
    white-space: nowrap;
}
.webshop-product-price .fa-refresh:before {
    content: "\f021";
    color: #333;
}

.panel-options .total-price {
    color: #333;
    font-size: 32px;
    line-height: 34px;
    margin: 0 0 3px;
}
.panel-preview-price {
    color: #333;
}
.cart-price {
    color: #333;
    float: right;
    margin: 0;
}

.modal .panel-heading {
    position: relative;
    padding: 16px 20px;
    padding-right: 50px;
    background-color: #ae2a38;
	border-radius: 0px !important;
}	
	
.modal .panel-title {
    font-weight: bold;
	color: #fff;
    float: left;
}


/*Variabler*/
.panel-preview-large {
    text-align: center;
    padding-top: 25px;
	padding-bottom: 25px;
    clear: both;
	background: rgba(9,90,166,0.10);
}
.btn-block {
    color: #fff;
    background-color: #ae2a38;
    border-color: #ae2a38;
}
.btn-buy:hover {
    color: #fff;
    background-color: #ae2a38 !important;
    border-color: #ae2a38 !important;
}
.panel-help .panel-heading {
    color: #fff;
    background-color: #dcdcdc !important;
    border-color: #ddd;
	border-radius: 0px !important;
}

.panel-heading a:link {
    color: #0F0F0F !important;
	text-decoration: underline;
}
.panel-heading a:visited {
    color: #0F0F0F !important;
	text-decoration: underline;
}
.panel-heading a:hover {
    color: #0F0F0F !important;
	text-decoration: none;
}

.modal-addedtocart-buttons a:link {
    text-decoration: none !important;
}
.modal-addedtocart-buttons a:visited {
    text-decoration: none !important;
}
.modal-addedtocart-buttons a:hover {
    text-decoration: none !important;
}

	#ctl00_MC_PH_pnlR_OrderList .panel-heading a:link {
    	color: #fff !important;
		text-decoration: none;
	}
	#ctl00_MC_PH_pnlR_OrderList .panel-heading a:visited {
    	color: #fff !important;
		text-decoration: none;
	}
	#ctl00_MC_PH_pnlR_OrderList .panel-heading a:hover {
    	color: #fff !important;
		text-decoration: none;
	}

	#ctl00_MC_PH_pnlR_StockList .panel-heading a:link {
    	color: #fff !important;
		text-decoration: none;
	}
	#ctl00_MC_PH_pnlR_StockList .panel-heading a:visited {
    	color: #fff !important;
		text-decoration: none;
	}
	#ctl00_MC_PH_pnlR_StockList .panel-heading a:hover {
    	color: #fff !important;
		text-decoration: none;
	}


.text-muted {
    color: #0F0F0F;
}
.panel-options .row {
    margin: 0 0px;
}

.webshop-product-details .text-muted {
    color:#0F0F0F;
}

.checkout-page-content .panel-title {
	font-family: 'sniffmedium';
    /*font-family: "avenir-next-lt-pro", sans-serif;
	font-weight: 800;*/
	font-size: 20px;
	font-style: normal;
    color: #0F0F0F;
}

.thumbItem {
    text-align: center;
    padding: 2px;
    margin: 3px;
    border: solid 1px #dddddd !important;
    color: #0F0F0F;
    font-size: 10px;
    font-weight: bold;
}

.inpimg .list-group-item img {
    float: left;
    margin-right: 10px;
    width: 80px;
    border: 0px solid #333;
}

h2.modal-addedtocart-info {
    font-weight: 300;
    font-style: normal;
    font-size: 20px;
    line-height: 140%;
}

/*Devider ved variable produkter*/
body.customize-page .section-customize .form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: transparent;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    margin-top: 10px;
    font-family: "avenir-next-lt-pro", sans-serif;
	font-weight: 800;
	font-style: normal;
    padding-left: 0px !important;
    border-radius: 0px;
}
.panel-body .form-control[disabled] {
    cursor: not-allowed !important;
    background-color: transparent !important;
    border-left: 0px !important;
    border-right: 0px !important;
    border-top: 0px !important;
    margin-top: 10px !important;
    font-weight: bold !important;
    padding-left: 0px !important;
    border-radius: 0px !important;
}


#oqty .form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed !important;
    background-color: #eee !important;
    opacity: 1;
    border: 1px solid #ccc !important;
    padding-left: 10px !important;
	font-weight: 300 !important;
}

.modal-files .panel-heading a:link {
    color: #fff !important;
	text-decoration: none;
}
.modal-files .panel-heading a:visited {
    color: #fff !important;
	text-decoration: none;
}
.modal-files .panel-heading a:hover {
    color: #fff !important;
	text-decoration: none;
}
.modal-files .btn-back {
    float: left;
    margin-top: -8px;
    padding-left: 0;
	color: #fff !important;
}


/*Pop-Up ved køb*/
.text-success { /*Header*/
    color: #00788a !important;
}
.modal .panel-body {
    padding: 16px 20px;
    background-color: #fff;
}
.modal-dialog .section-products-heading {
    font-size: 20px;
    line-height: 21px;
    margin: 0 0 20px;
    font-weight: 300;
	color: #0F0F0F;
}
.modal-dialog .panel-product {
    transition: all 0.3s ease;
    border-color: transparent;
    background-color: transparent;
    box-shadow: none;
    text-decoration: none !important;
    overflow: visible;
    display: block;
    width: 100%;
	height: auto;
}
	
.modal-dialog .panel-product-heading {
    font-family: "avenir-next-lt-pro", sans-serif;
	font-weight: 800;
	font-style: normal;
    text-align: center;
    font-size: 12px;
    line-height: 21px;
    max-height: 42px;
    overflow: hidden;
	color: #0F0F0F;
	background-color: #fff;
	margin-top: 20px;
}	

.modal-dialog .panel-product-text {
	display: none;
}

.modal-dialog .panel-product-image {
    margin: 0 auto;
    display: block;
    height: 100%;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    background-color: #fff;
    max-width: 100% !important;
	max-height: 20% !important;
}
.modal-dialog:hover .panel-product-image {
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.modal .panel-title {
    font-family: "avenir-next-lt-pro", sans-serif;
	font-weight: 800;
	font-style: normal;
    float: left;
	color: #fff;
}

.modal-addedtocart .panel-footer {
    padding: 16px 20px;
    background: white;
    padding-bottom: 1%;
}

.modal-dialog .col-sm-3.col-md-2 {
    width: 50%;
}


/*Profil*/
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #ae2a38;
	border-radius: 0px;
}
.panel.panel-default.panel-profile-form .form-control[disabled] {
	cursor: not-allowed !important;
    border: 0px !important;
    margin-top: 0px !important;
    font-weight: bold !important;
    padding-left: 10px !important;
    border-radius: 0px !important;
	background: #eee !important;
}

/*#admintab {
    display: none;
}*/

/*Profil > Adresse > Fjern fakturaadresser*/
#ctl00_MC_PH_lblR_PostAdr,
#ctl00_MC_PH_TBR_PostAdr1,
#ctl00_MC_PH_TBR_PostAdr2,
#ctl00_MC_PH_TBR_PostPostalC,
#ctl00_MC_PH_TBR_PostPostalP,
#ctl00_MC_PH_DDLR_PostCountry {
	display: none;
}



/*Indkøbskurv*/
.cart-details .text-muted {
    color:#0F0F0F;
	font-size: 10px;
}

#ctl00_MC_PH_LB_ClearCart.text-muted {
    color: #ffffff !important;
    background: transparent;
    padding: 14px;
}

@media only screen and (max-width: 480px) {
    #ctl00_MC_PH_LB_ClearCart.text-muted {
	color: #0F0F0F !important;
    background: #fff;
    padding: 14px;
    }
}

#ctl00_MC_PH_LB_ClearCart.text-muted a:link {
		text-decoration: underline !important;
}
#ctl00_MC_PH_LB_ClearCart.text-muted a:visited {
		text-decoration: underline !important;
}
#ctl00_MC_PH_LB_ClearCart.text-muted a:hover {
		text-decoration: none !important;
}

.cart-product-image img {
    width: 50px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 1;
    border: 1px solid #d5d7d9;
}

.cart-product-image img:hover {
        -moz-transform: scale(2);
        -o-transform: scale(2);
        -ms-transform: scale(2);
        -webkit-transform: scale(2);
        transform: scale(2);
        z-index: 50;
	    position: relative;
	    border: 0px;
		box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}

.cartident {
    font-size: 10px;
}

#ctl00_ctl00_MC_PH_pnl_CartTotalVATPanel {
    background: #eee;
}


/*Kalender*/
.RadCalendarPopup.RadCalendarPopupShadows {
    left: 500px !important;
    width: 200px !important;
}
.RadCalendarTimeView_Bootstrap th {
    border-color: #dedede;
    color: #fff !important;
    background-color: #ae2a38 !important;
}


/*On screen ordrebekræftelse*/
.text-center {
    text-align: left;
}

.checkout-sidebar affix-top .text-center {
    text-align: center !important;
}

.checkout-page-content .text-left {
    text-align: left;
    width: 35%;
}
.checkout-page-content .text-right {
    text-align: right;
    width: 30%;
}
.checkout-page-content td, th {
    padding: 0;
    width: 10%;
}
.checkout-page-content {
    background: #fff;
    padding-top: 0px;
    margin-top: 0px;
}
.orderconfirm-page .content .btn {
    margin: 0px 0px 0px;
    width: 48%;
    float: left;
    margin-left: 5px;
    margin-bottom: 20px;
}

.checkout-page-content .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    width: 92%;
}
.checkout-page-content .input-group .form-control:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 50%;
	padding-top: 10px !important;
    padding-bottom: 10px !important;
    width: 339px;
}

#ctl00_MC_PH_pnl_ReqDelDate .input-group .form-control {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    height: 50% !important;
    padding-top: 0px !important;
    padding-bottom: 6px !important;
    width: 274px !important;
}

.RadInput .riTextBox {
    width: 100%;
    font: inherit;
    background: none transparent;
    outline: 0;
    padding-top: 8px !important;
}

/*Spinner*/
.spinner {
position: fixed;
top: 50%;
left: 50%;
margin-left: -75px;
margin-top: -75px;
text-align: center;
z-index: 1234;
overflow: auto;
width: 150px;
height: 150px;
background-color: transparent;
border: 0px;
box-shadow:0px 0px 0px transparent;
}
#spinner3 {
position: fixed;
top: 50%;
left: 50%;
margin-left: -75px;
margin-top: -75px;
text-align: center;
z-index: 1234;
overflow: auto;
width: 150px;
height: 150px;
background-color: transparent;
border: 0px;
box-shadow:0px 0px 0px transparent;	
}
.lds-hourglass {
    width: auto;
    height: auto;
    background-color: transparent;
    display: none;
    position: fixed;
    top: 45%;
    left: 45%;
    padding: 30px;
    border: none;
    box-shadow: none;
    border-radius: 0px;
    z-index: 1002;
    text-align: center;
    overflow: auto;
}

.lbtn {
    display: block;
    -webkit-border-radius: 6;
    -moz-border-radius: 6;
    border-radius: 6px;
    color: #fff;
    font-size: 20px;
    background: #0F0F0F;
    margin: 5px;
    padding: 10px;
    text-decoration: none;
    border: 1px solid #aaa;
}


/*Ordrehistorik*/
.panel-accordion .list-group-item {
    background: #ebebeb;

	}


/*Adressefelter i profil*/
/*#ctl00_MC_PH_lblR_PostAdr,
#ctl00_MC_PH_TBR_PostAdr1,
#ctl00_MC_PH_TBR_PostAdr2,
#ctl00_MC_PH_TBR_PostPostalC,
#ctl00_MC_PH_TBR_PostPostalP,
#ctl00_MC_PH_DDLR_PostCountry {
    display: none;
}*/


/*Referencefelter - felt skjult, men validering på custom ref*/
/*#ctl00_MC_PH_lbl_Ref {
    display: none;
}
#ctl00_MC_PH_TB_Ref {
    display: none;
}
#ctl00_MC_PH_DDL_Ref {
    display: none;
}
.col-sm-8 {
	float: right;
}
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: 15px;
	float: right;
}
#ctl00_MC_PH_pnl_DiscountCode .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    margin-left: 10px
}*/


/*Referencefelt i profil*/
/*#ctl00_MC_PH_lblR_ORef { 
	display: none;
}
#ctl00_MC_PH_TBR_ORef { 
	display: none;
}*/


/*MedieArkiv*/
.RadTreeView_Bootstrap .rtSelected .rtIn {
    border-color: #0F0F0F !important;
	border-radius: 0px !important;
    color: #fff;
    background: #0F0F0F !important;
}
.modal-media .nav-pills > li.active > a {
    background: #ED1C24;
}
nav.ma .breadcrumb a:link {
    color: #0F0F0F;
}
.media-page .content .section.media > .container > .row > div {
    padding-top: 30px;
    padding-bottom: 20px;
    height: 100%;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
	background: #fff;
}
.media-page .content .section.media > .container > .row > span > div {
    padding-top: 30px;
    padding-bottom: 60px;
    height: 100%;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background: #fff;
}
#ctl00_MC_PH_pnl_MContent {
    padding-bottom: 1% !important;
}
.media-page .content .section.media {
    flex-grow: 1;
    padding: 0;
    margin: 0;
    position: relative;
    margin-bottom: 140px;
}


/*Cookie*/
.cc-color-override-530831885.cc-window {
    color: #fff;
    background-color: #ae2a38 !important;
    box-shadow: 0 0 0.25rem #050505;
	padding: 0;
}

.cc-banner .cc-message {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 100%;
    font-size: 1.2rem;
    text-align: center;
}

.cc-color-override-530831885 .cc-btn {
    color: rgb(255, 255, 255);
    border-color: transparent;
    background-color: #ae2a38 !important;
}

.link-box {
	width: 100%;
	height: 313px;
	margin: 0px;
	background-image: url(https://cryosinternational.spgroup.nu/dl.aspx?mguid=89a0fc2a-b725-4c4c-8c4f-7663982c8149);
	background-repeat: no-repeat;
	background-position: center top;	
	background-size: cover;	
}

	@media only screen and (max-width: 480px) {
    	.link-box {
    		height: 93px;
			display: none;
    	}
	}

/*Q&A*/
#QA {
    text-align: center;
	margin-left: 30%;
	margin-right: 30%;
}

#QA a:link {
    text-decoration: underline;
}
#QA a:visited {
    text-decoration: underline;
}
#QA a:hover {
    text-decoration: none;
}

@media only screen and (max-width: 480px) {
    #QA {
	margin-left: 5%;
	margin-right: 5%;
    }
}

.link-box {
	width: 100%;
	height: 313px;
	margin: 0px;
	background-image: url(https://orlaprisen.spgroup.nu/dl.aspx?mguid=f6d2283e-0bc5-4c57-849d-552786a05779);
	background-repeat: no-repeat;
	background-position: center top;	
	background-size: cover;	
}

/*Footer*/
.footer .container {
    width: 100%;
    margin: 0px;
	padding: 0px;
}
.footer {
    font-family: "avenir-next-lt-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 0px;
    background: transparent;
    font-size: 13px;
    color: #0F0F0F;
    padding: 0;
    padding-left: 10%;
    padding-top: 50px;
    background-color: transparent;
    border-top: 0px dotted #0F0F0F;
    text-align: -webkit-left;
    padding-bottom: 0px;
    position: absolute;
    bottom: 50px;
    display: block;
    height: 1%;
}
	@media only screen and (max-width: 480px) {
    	.footer {
			position: absolute;
			height: 20px;
			padding-top: 20px;
    	}
	}
	@media only screen and (max-width: 480px) {
    	.footer-contact {
			display: none;
    	}
	}
	@media only screen and (max-width: 480px) {
    	.footer-credits {
			display: none;
    	}
	}

.footer a {
    color: #ae2a38;
	text-decoration: none;
}
.footer a:visited {
    color: #ae2a38;
	text-decoration: none;	
}
.footer a:hover {
    color: #ae2a38;
	text-decoration: underline;	
}

.footer-contact a {
    margin-right: 0px;
}

.footer-links a {
    margin-right: 7px;
}